@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-08-28 17:04:24
 * @version $Id$
 */
.bg-blue{
	display: block;
	overflow:hidden;
}
.bg-blue a{
    position:relative;
    display: block;
    z-index:2;
}
 .bg-blue::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    -webkit-transition: -webkit-transform .42s;
    transition: transform .42s;
    transform: translateX(-100%);
    -webkit-transform:  translateX(-100%);
    visibility: hidden\9;
    /*z-index:-1;*/
}
.bg-blue:hover::after,.bg-blue.on::after{
    transform:  translateX(0);
    -webkit-transform:  translateX(0);
    -moz-transform:  translateX(0);
    visibility: visible\9;
    background-color:#0b4f9a;
}
.bg-blue:hover a{
	color: #fff;
}


section.banner{
	width: 100%;
	position: relative;
    padding-top: 51.7%;
    overflow:hidden;
}
section.banner .owl-carousel{
    position: absolute;
   	top:0;
   	left:0;
    width: 100%;
}
section.banner a{
	display:block;
	color: #ffffff;
}
section.banner a img.pc{
	display:block;
	width: 100%;
	min-height:100%;
}
section.banner .owl-theme .owl-dots{
	text-align:center;
	position: absolute;
    left:50%;
    transform:translateX(-50%);
    /*bottom:5%;*/
    bottom:36px;
    /*max-width:1200px;*/
    width: 62.5%;
}

section.banner  .owl-dots .owl-dot span{
	width: 48px;
	height: 3px;
	background-color:rgba(255, 255, 255, 0.3);
}
section.banner  .owl-dots .owl-dot.active span{
	background-color:rgba(255, 255, 255, 1);
}
section.banner .owl-theme .owl-nav{
	position: absolute;
	width: 90%;
	left:50%;
	top:50%;
    transform:translate(-50%,-50%);
    text-align:left;
    font-size: 68px;
    color: #8096ae;
    margin-top: -10px;
}
section.banner .owl-theme .owl-nav > button{
	background:none;
}
section.banner  .owl-theme .owl-nav [class*=owl-]{
	margin:0;
}
section.banner  .owl-theme .owl-nav [class*=owl-]:hover{
	background-color:rgb(11, 79, 154);
	border:1px solid rgb(11, 79, 154);
}

section.banner .owl-theme .owl-nav > button:focus{outline:0;}
section.banner .owl-theme .owl-nav > button.owl-prev,section.banner .owl-theme .owl-nav > button.owl-next{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width: 62px;
	height: 62px;
	background:url(../images/jian.png) no-repeat center;
	transform: rotate(180deg);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius:50%;
}
section.banner .owl-theme .owl-nav > button.owl-prev span,section.banner .owl-theme .owl-nav > button.owl-next span{
	display: none;
}
section.banner .owl-theme .owl-nav > button.owl-next{
	right:0;
	left:auto;
	transform: rotate(0deg);
}


section.banner > .wrapper{
	width: 62.5%;
	background:rgba(0, 0, 0, 0.6);
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:80px;
	z-index:10;
}
section.banner > .wrapper >li{
	width: 11.1%;
	float:left;
}
section.banner > .wrapper >li a{
	display:block;
	color: #fff;
	line-height: 64px;
	font-size: 18px;
	text-align:center;
	position:relative;
}

section.banner .culture{
	position:absolute;
	top:50%;
	left:0;
	width: 100%;
	margin-top: -200px;
	color: #fff;
	text-align:center;
	z-index:10;
	box-sizing:border-box;
	padding:0 15px;
}
section.banner .culture >*{
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    color: #fff;
}
section.banner  .culture >h2{
	font-size: 36px;
	animation-delay:0s;
	font-weight:400;
}
section.banner  .culture >h3{
	font-size: 100px;
}
section.banner  .culture h4{
	font-size: 24px;
	margin: 20px;
	font-weight:400;
}

section.banner  .culture p{
	font-size: 28px;
	margin-top: 30px;
}
section.banner  .culture span{
	display:block;
	font-size: 10px;
}

.delay0{
	animation-delay:0s;
}
.delay1{
	animation-delay:0.2s;
}
.delay2{
	animation-delay:0.4s;
}
.delay3{
	animation-delay:0.6s;
}
.delay4{
	animation-delay:0.8s;
}
.owl-carousel,.owl-stage,.owl-item,.item,section.banner a,.owl-stage-outer{
	height: 100%;
}
@media screen and (max-width: 1600px) {
section.banner .culture{
	margin-top: -140px;
}
section.banner {
    padding-top: 76.66667%;
}
section.banner .owl-carousel {
    height: 100%;
}

}
@media screen and (max-width: 1024px) {
section.banner  .culture >h2{
	font-size: 24px;
	animation-delay:0s;
	font-weight:400;
}
section.banner  .culture >h3{
	font-size: 70px;
}
section.banner  .culture h4{
	font-size: 16px;
	margin: 20px;
	font-weight:400;
}
section.banner .owl-carousel{
	    height: 100%;
}
section.banner .culture {
    margin-top: -100px;
}
}
@media screen and (max-width: 750px) {
section.banner .owl-theme .owl-nav > button.owl-prev, section.banner .owl-theme .owl-nav > button.owl-next {
    width: 31px;
    height: 31px;
}
section.banner .culture {
    margin-top: -50px;
}
section.banner .culture >h2 {
    font-size: 14px;
    animation-delay: 0s;
    font-weight: 400;
}
section.banner .culture >h3 {
    font-size: 26px;
}
section.banner .culture h4 {
    font-size: 12px;
    margin: 10px;
    font-weight: 400;
}

}

section.banner div.shu{
	width: 22px;
	height: 35px;
	background:url(../images/shu.png) no-repeat center / 100%;
	position: absolute;
	bottom: 42px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	animation: banner 2s linear 0s infinite;
}
@keyframes banner
{
	from {bottom: 72px;}
	to {bottom: 52px;}
}

@-webkit-keyframes banner /* Safari and Chrome */
{
	from {bottom: 72px;}
	to {bottom: 52px;}
}
@media screen and (max-width: 1024px) {
	section.banner .swiper-button-next,section.banner .swiper-button-prev{
		display: none;
	}
	/* section.banner .swiper-slide{
		padding-top: 88%;
	} */
	section.banner div.shu {
    width: 14px;
    height: 25px;
    animation: banner1 2s linear 0s infinite;
}
@keyframes banner1
{
	from {bottom: 32px;}
	to {bottom: 12px;}
}

@-webkit-keyframes banner1 /* Safari and Chrome */
{
	from {bottom: 32px;}
	to {bottom: 12px;}
}
}

#fp-nav ul{
	position:relative;
}

#fp-nav ul li{
	width:14px;
	height:14px;
	margin-top: 15px;
	margin-bottom: 15px;
	position:relative;
}

#fp-nav ul li::after{
	display: block;
	content:'';
	width:1px;
	height:13px;
	background-color:rgba(0, 0, 0, 0.2);
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top:100%;
	margin-top: 1px;
}

#fp-nav ul li:last-child::after{
	display: none;
}

#fp-nav ul li a span{
	width:3px;
	height:3px;
	border-radius:0;
	background-color:#666666;
	margin:0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#fp-nav ul li a.active span,#fp-nav ul li:hover a span,#fp-nav ul li:hover a.active span{
	width:14px;
	height:14px;
	border:2px solid #666666;
	background-color:transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	border-radius:50%;
}

#fp-nav ul.white li::after{
	background-color:rgba(255, 255, 255, 0.1);
}
#fp-nav ul.white li a span{
	background-color:#fff;
}
#fp-nav ul.white li:hover a span,#fp-nav ul.white li a.active span{
	background-color:transparent;
}
#fp-nav ul.white li a.active span,#fp-nav ul.white li:hover a span{
	border-color:#fff;
}


@keyframes banner
{
	from {bottom: 52px;}
	to {bottom: 32px;}
}

@-webkit-keyframes banner /* Safari and Chrome */
{
	from {bottom: 52px;}
	to {bottom: 32px;}
}
@media screen and (max-width: 1024px) {
	section.banner .swiper-button-next,section.banner .swiper-button-prev{
		display: none;
	}
	/* section.banner .swiper-slide{
		padding-top: 88%;
	} */
}

section.business_scope,section.about{
	padding-top: 91px;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.business_scope .wrapper,section.about .wrapper{
	position:relative;
}
section.business_scope .wrapper .left,section.business_scope .wrapper .right,section.about .wrapper .left,section.about .wrapper .right{
	width:50%;
	position:relative;
	padding-top:46.354%;
}
section.business_scope .wrapper .left,section.about .wrapper .right{
	background-color:#f7f7f7;
}
section.business_scope .wrapper .right,section.about .wrapper .left{
	background:no-repeat center / cover;
	overflow:hidden;
}
section.business_scope .wrapper .right a,section.about .wrapper .left a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:no-repeat center / cover;
	transition:all 0.8s;
}
section.business_scope .wrapper .right a:hover,section.about .wrapper .left a:hover{
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	transition:all 0.8s;
}

section.business_scope .wrapper .left >.inner{
	position:absolute;
	top:50%;
	left:27%;
	transform:translateY(-50%);
	width:100%;
	z-index:10;
}
section.business_scope .wrapper .left >.inner >img{
	height:50px;
}
section.business_scope .wrapper .left >.inner >h3{
	font-size: 28px;
	font-weight: bold;
	margin-top:2%;
}
section.business_scope .wrapper .left >.inner >h3::after{
	display: block;
	content:'';
	width:32px;
	height:4px;
	background:#d3a23b;
	margin-top: 2%;
}

section.business_scope .wrapper .left >.inner ul{
	width:109.375%;
	margin-top: 6.25%;
}
section.business_scope .wrapper .left >.inner ul li{
	float:left;
	width:33.3%;
	background:rgba(255, 255, 255, 1);
	padding-top: 33.3%;
	position:relative;
	overflow:hidden;
}
section.business_scope .wrapper .left >.inner ul li.on{
	background:#0b4f9a;
}

section.business_scope .wrapper .left >.inner ul li:nth-child(3){
	background:rgba(255, 255, 255, 0.8);
}
section.business_scope .wrapper .left >.inner ul li a{
	display: block;
	width: 100%;
	/*height:100%;*/
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
	transform:translateY(-50%);
	/*position:relative;*/
	z-index:2;
}

section.business_scope .wrapper .left >.inner ul li::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    -webkit-transition: -webkit-transform .42s;
    transition: transform .42s;
    transform: translateX(-100%);
    -webkit-transform:  translateX(-100%);
    visibility: hidden\9;
}
section.business_scope .wrapper .left >.inner ul li:hover::after{
    transform:  translateX(0);
    -webkit-transform:  translateX(0);
    -moz-transform:  translateX(0);
    visibility: visible\9;
    background-color:#0b4f9a;
}


section.business_scope .wrapper .left >.inner ul li a span{
	display: block;
}

section.business_scope .wrapper .left >.inner ul li.on a span,section.business_scope .wrapper .left >.inner ul li:hover a span{
	color: #fff;
}
section.business_scope .wrapper .left >.inner ul li a span.tit{
	font-size: 30px;
}
section.business_scope .wrapper .left >.inner ul li.on a span.tit,section.business_scope .wrapper .left >.inner ul li:hover a span.tit{
	font-size: 36px;
	transform:translateY(-20px);
}
section.business_scope .wrapper .left >.inner ul li a span.line{
	width:32px;
	height:3px;
	margin:5.714% auto 0;
	background:#d3a23b;
	transition:all 0.5s;
}
section.business_scope .wrapper .left >.inner ul li:hover a span.line{
	background:#fff;
}
section.business_scope .wrapper .left >.inner ul li a span.en{
	font-size: 14px;
	margin-top: 5.714%;
	text-transform:Uppercase;
	transition:all 0.5s;
}
section.business_scope .wrapper .left >.inner ul li.on a span.line,section.business_scope .wrapper .left >.inner ul li:hover a span.line{
	background:#fff;
	transform:translateY(-50px);
}
section.business_scope .wrapper .left >.inner ul li.on a span.en,section.business_scope .wrapper .left >.inner ul li:hover a span.en{
	transform:translateY(40px);
}

section.business_scope .wrapper .left >.inner .more{
	display: block;
	margin-top: 6.25%;
	height:48px;
	line-height: 48px;
	background-color:#fff;
	color: #333;
	width:154px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
section.business_scope .wrapper .left >.inner .more a{
	padding:0 30px;
}

section.business_scope .wrapper .left >.inner .more i{
	display: block;
    width: 23px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    right: 30px;
    background: url(../images/jt_h.png) center center no-repeat;
}

section.business_scope .wrapper .left >.inner .more:hover a span{
	color: #fff;
}
section.business_scope .wrapper .left >.inner .more:hover i{
	background-image:url('../images/jt.png');
}
section.project{
	background:url(../images/project_bg.jpg);
	position: relative;
	padding-top: 91px;
}
section.project .wrapper{
	/*overflow:hidden;*/
	max-width: 1400px;
	margin:0 auto;
	padding:3% 0;
}

section.project .title{
	display: block;
	margin:0px auto 0;
	text-align:center;

}
section.project .title span{
	display: block;
	margin-top: 18px;
	font-size:28px;
	font-weight:800;
	color: #fff;
	position:relative;
}
section.project .title span:after{
	content:'';
	width: 4px;
	height: 32px;
	background-color:#fff;
	position: absolute;
	top:60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
section.project .projects{
	position: relative;
}
section.project .lists{

}
section.project .lists ul{
	position: relative;
}
section.project .lists li{
	width: 31%;
	float: left;
}
section.project .lists li:nth-child(2){
	margin-top: 40px;
	margin-left: 3.5%;
	margin-right: 3.5%;
}
section.project .lists li a{
	display: block;
	width: 100%;
	height: 100%;
}
section.project .lists li .pic{
	width: 100%;
	height: 0;
	padding-top: 81.96%;
	position: relative;
	overflow: hidden;
}
section.project .lists li .pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	transition:all 1s;
}
section.project .lists li  a:hover .pic img{
	width: 110%;
	height: 110%;
}
section.project .lists li .detail{
	width: 90%;
	background-color:#fff;
	padding: 5%;
	position: relative;
	transition:all 1s;
	position: relative;
	z-index: 2;
}
/* section.project .lists li .detail:after{
	content:'';
	width: 14px;
	height: 24px;
	background:url(../images/fan.png) no-repeat center;
	position: absolute;
	right: 26px;
	top:50%;
	transform: translateY(-50%);
	z-index: 1;
	transition:all 1s;
} */
section.project .lists li .detail h3{
	font-size:24px;
	padding-top: 17px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:all 1s;
}
section.project .lists li .detail h3:after{
	content:'';
	width: 24px;
	height: 2px;
	background-color:#d3a23b;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	transition:all 0.5s;
}
section.project .lists li .detail h3:before{
	content:'';
	width: 0;
	height: 2px;
	background-color:#0b4f9a;
	position: absolute;
	top:55px;
	left: 0;
	z-index: 1;
	transition:all 1s linear 0.5s;
}
section.project .lists li .detail p{
	/*width: 66%;*/
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 20px;
	transition:all 1s;
	font-size:16px;
}
section.project .lists li .detail p span{
	float: right;
	font-size:14px;
}
section.project .lists li:hover .detail p span{
	color: #0b4f9a;
}
section.project .lists li  a:hover .detail{
	margin-top: -20px;
}
section.project .lists li  a:hover .detail:after{
	transform: translateY(65%);
}
section.project .lists li  a:hover .detail h3{
	padding-top: 0px;
	padding-bottom: 27px;
}
section.project .lists li  a:hover .detail h3:after{
	top:55px;
	background-color:#0b4f9a;
}
section.project .lists li  a:hover .detail h3:before{
	width: 100%;
}
section.project .lists li  a:hover .detail p{
	margin-top: 35px;
}
section.project .wrapper a.project_more{
	display: block;
	width: 154px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	border:1px solid #3c71ad;
	position:relative;
	margin:40px auto 0;
	color: #fff;
	padding:0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.project .wrapper a.project_more span{
	color: #fff;
}
section.project a.project_more i{
	display: block;
	width: 23px;
	height: 8px;
	background:url(../images/jt.png) no-repeat center;
	position: absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	right: 30px;
}
section.project a.project_more::after{
	display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    -webkit-transition: -webkit-transform .42s;
    transition: transform .42s;
    transform: translateX(-100%);
    -webkit-transform:  translateX(-100%);
    visibility: hidden\9;
    background-color:#fff;
}
section.project a.project_more:hover::after{
	transform: translateX(0);
    -webkit-transform:  translateX(0);
}
section.project a.project_more:hover span{
	color: #0b4f9a;
	position:relative;
	z-index:2;
}
section.project a.project_more:hover i{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAICAYAAAASqmTuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNCOTQ3QUQxRkM4QzExRUE5OEZDOEE3QjA4RjEwOUQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNCOTQ3QUQyRkM4QzExRUE5OEZDOEE3QjA4RjEwOUQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0I5NDdBQ0ZGQzhDMTFFQTk4RkM4QTdCMDhGMTA5RDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0I5NDdBRDBGQzhDMTFFQTk4RkM4QTdCMDhGMTA5RDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Qzd4zAAAAbklEQVR42mLk9p/FQAn4siGVgSdgtgKQ+QHI/oAsx8RAHbAAiOejC1LL8AIgdgT6YD7VDQcGxwWoBQnIFlDL5SALQEGTCLUgASTGCI1QAyDmp5I9CVCcyAIkHIB4PwP1wXyQ4QdAkUEDwz8ABBgAONcbeU5f4YQAAAAASUVORK5CYII=');
}


@media screen and (max-width: 1024px) {
	section.project .title{
		margin-top: 40px;
	}
	section.project .title img{
		height:30px;
	}
	section.project .title span {
		margin-top: 20px;
	}
	section.project .title span::after{
		top:50px;
	}
	section.project .lists li{
		float: none;
		width: 100%;
		margin-top: 24px;
	}
	section.project .lists li .pic{
		padding-top: 81.96%;
	}

	section.project .lists li:nth-child(2){
		margin-left: 0;
		margin-right: 0;
	}
}

section.about .wrapper .right >.inner{
	position:absolute;
	top:50%;
	left:10%;
	transform:translateY(-50%);
	z-index:10;
	width:61.4%;
}
section.about .wrapper .right >.inner h3{
	font-size: 28px;
	margin-top: 3%;
	font-weight: 800;
}
section.about .wrapper .right >.inner h3::after{
	display: block;
    content: '';
    width: 32px;
    height: 4px;
    background: #d3a23b;
    margin-top: 3%;
}
section.about .wrapper .right >.inner .detail div.con{
	margin-top: 12.6667%;
	font-size: 16px;
	line-height: 28px;
}
section.about .wrapper .right >.inner .detail div.more{
	margin-top: 12.6667%;
	display: block;
    width: 154px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    position: relative;
    background-color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.about .wrapper .right >.inner .detail div.more a{
	padding: 0 30px;
}


section.about .wrapper .right >.inner .detail a i,section.news .wrapper .moren a i{
	display: block;
    width: 23px;
    height: 8px;
    background: url(../images/jt_h.png) no-repeat center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    right: 30px;
}
section.about .wrapper .right >.inner .detail a:hover i,section.news .wrapper .moren a:hover i{
	background-image: url('../images/jt.png');
}



section.customer{
	height:100%;
	background-image:url(../images/customer_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top: 91px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.customer .wrapper{
	max-width:1400px;
	padding:9% 0 30px;
	margin:0 auto;
}

section.customer .title{
	text-align: center;
	color: #fff;
}
section.customer .title img{
	height:50px;
}
section.customer .title h3{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	position:relative;
	margin-top: 20px;
}
section.customer .title h3::after{
	display: block;
    content: "";
    width: 32px;
    height: 4px;
    margin: 20px auto 0;
    background: #fff;
}

section.customer .listc{
	margin-top:7.3%;
	overflow: hidden;
}
section.customer .listc ul{
	margin:0 -1%;
}
section.customer .listc li{
	display: block;
	float: left;
	width: 14.667%;
	height:110px;
	margin:0 1%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.customer .listc li a{
	display: block;
	width: 100%;
	height:100%;
	border:1px solid #31659c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


section.customer .listc a img{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-filter: grayscale(100%) contrast(0%) brightness(1000%); Chrome, Safari, Opera
	filter: grayscale(100%) contrast(0%) brightness(1000%);
}
/*section.customer .listc a:after{
	content:'';
	width: 100%;
	height: 1px;
	background-color:#fff;
	position: absolute;
	top:0;
	left: -100%;
	z-index: 1;
	transition:all 1s;
}
/* section.customer .listc a:before{
	content:'';
	width: 100%;
	height: 1px;
	background-color:#fff;
	position: absolute;
	bottom: 0;
	right: -100%;
	z-index: 2;
	transition:all 1s linear 1.5s;
}
section.customer .listc a:hover::after{
	left: 0;
}
section.customer .listc a:hover::before{
	right: 0;
}
section.customer .listc a i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
}
section.customer .listc a i:after{
	content:'';
	width: 1px;
	height: 100%;
	background-color:#fff;
	position: absolute;
	top: -100%;
	right: 0;
	z-index: 2;
	transition:all 0.5s linear 1s;
}
section.customer .listc a:hover i::after{
	top:0;
}
section.customer .listc a i::before {
	content:'';
	width: 1px;
	height: 100%;
	background-color:#fff;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 2;
	transition:all 0.5s linear 2.5s;
}
section.customer .listc a:hover i::before{
	bottom:0;
} */

section.customer .listc a:hover img{
	-webkit-filter: grayscale(0); Chrome, Safari, Opera
    filter: grayscale(0);
}
section.customer .listc a:hover{
	background:#fff;
}

section.news{
	/*height:100%;*/
	background-image:url(../images/news_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top: 91px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.news .wrapper{
	max-width:1400px;
	padding:6% 0 60px;
	margin:0 auto;
}

section.news .title{
	text-align: center;
	color: #fff;
}
section.news .title img{
	height:50px;
}
section.news .title h3{
	font-size: 28px;
	font-weight: bold;
	position:relative;
	margin-top: 20px;
}
section.news .title h3::after{
	display: block;
    content: "";
    width: 32px;
    height: 4px;
    margin: 20px auto 0;
    background: #d3a23b;
}

section.news .listn{
	overflow: hidden;
	margin-top: 4.16667%;
}
section.news .listn ul{
	margin:0 -20px;
}
section.news .listn ul li{
	width:33.3%;
	padding:0 20px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.news .listn ul li a{
	display:block;
	padding-top: 72.7%;
	position:relative;
}
section.news .listn ul li a .pic{
	display: block;
	width: 100%;
	height:100%;
	background:no-repeat center / cover;
	position:absolute;
	top:0;
	left:0;
}

section.news .listn ul li a .pic img{
	width: 100%;
	height:100%;
}

section.news .listn ul li a .detail{
	display: block;
	width: 100%;
	padding:0 40px;
	bottom:0;
	left:0;
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:68px;
	overflow:hidden;
	color: #fff;
}

section.news .listn ul li a .detail h3{
	font-size: 20px;
	line-height: 24px;
	height:24px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
section.news .listn ul li a .detail p{
	line-height: 24px;
	height:24px;
	color: #fff;
	overflow:hidden;
	font-size: 15px;
	transition: all 0.5s;
}
section.news .listn ul li a .detail .date{
	display: none;
}

section.news .listn ul li a:hover .detail{
	background:#0b4f9a;
	height:100%;
	bottom:0;
	transition: all 0.5s;
}
section.news .listn ul li a:hover .detail h3{
	margin-top: 15.6%;
	position:relative;
}

section.news .listn ul li a:hover .detail p{
	height:auto;
}
section.news .listn ul li a:hover .detail .line{
	display: block;
	width: 100%;
	height:1px;
	background:#386fab;
	margin:26px 0;
}
section.news .listn ul li a:hover .detail .date{
	display: block;
	font-size: 14px;
	color:#fff;
	opacity: 0.3;
	margin-top: 10%;
}
section.news .wrapper .moren{
	margin-top: 5%;
	display: block;
    width: 154px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    position: relative;
    background-color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
section.news .wrapper .moren a{
	padding: 0 30px;
}


section.contact .title{
	text-align: center;
	color: #fff;
	padding:7.7% 0;
	background:url('../images/contact_bg.png') no-repeat center / cover;
}
section.contact .title img{
	height:50px;
}
section.contact .title h3{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	position:relative;
	margin-top: 20px;
}
section.contact .title h3::after{
	display: block;
    content: "";
    width: 32px;
    height: 4px;
    margin: 20px auto 0;
    background: #fff;
}
section.contact  .wrapper{
	max-width:1400px;
	margin:0 auto;
}
section.contact .form{
	padding: 4.57% 0;
}
section.contact .form .left{
	width:50%;
}
section.contact .form .left >h3{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 8.5%;
}
section.contact .form .left p{
	font-size: 15px;
	line-height: 2;
	color: #666;
}
section.contact .form .right{
	width:50%;
}
section.contact .form .right input{
	display: block;
	width: 48.57%;
	float:left;
	margin-right: 1.2%;
	height:56px;
	line-height: 56px;
	border:none;
	border-bottom:1px solid #eee;
	outline:none;
}
section.contact .form .right textarea{
	display: block;
	height:80px;
	line-height: 56px;
	border:none;
	border-bottom:1px solid #eee;
	width:100%;
	outline:none;
}
section.contact .form .right a.submit{
	display:block;
	margin-top: 5%;
    display: block;
    width: 154px;
    height: 48px;
    line-height: 48px;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 30px;
    outline:none;
    background:#0b4f9a;
    color: #fff;
}
section.contact .form .right a.submit i{
	display: block;
    width: 23px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    right: 30px;
    background: url(../images/jt.png) center center no-repeat;
}
section.contact .footer{
	padding: 20px 0;
	background:#eeeeee;
	font-size: 14px;
	color: #999;
}

section.contact .footer a{
	color: #999;
}

@media screen and (max-width: 1600px){
	section.business_scope .wrapper .left,section.business_scope .wrapper .right{
		padding-top: 50%;
	}
	section.about .wrapper .left,section.about .wrapper .right{
		padding-top: 50%;
	}
}
@media screen and (max-width: 1400px){
	section.project .wrapper{
		margin:0 24px;
	}
}



@media screen and (max-width: 1204px){
	section.business_scope .wrapper .left,section.business_scope .wrapper .right{
		width:100%;
		float:none;
	}
	section.business_scope,	section.about,section.customer,section.news{
		padding-top: 0;
	}
	section.customer .wrapper{
		padding:60px 0;
	}

	/* section.business_scope .wrapper .right{
		padding-top: 92%;
	} */
	section.business_scope .wrapper .left{
		overflow:hidden;
		padding:30px 0 40px;
	}
	section.business_scope .wrapper .left>.inner{
		position:static;
		transform:translateY(0);
	}
	section.business_scope .wrapper .left >.inner >img{
		display: block;
		margin:40px auto 0;
		height:40px;
	}
	section.business_scope .wrapper .left >.inner h3{
		text-align:center;
		margin-top:15px;
	}
	section.business_scope .wrapper .left >.inner h3::after{
		margin:15px auto;
	}
	section.business_scope .wrapper .left >.inner ul{
		width:auto;
		margin:30px 12px 0;
	}
	section.business_scope .wrapper .left >.inner ul li{
		padding-top: 33.3%;
	}
	section.business_scope .wrapper .left > .inner .more{
		margin:30px auto;
	}


	section.about .wrapper .left,section.about .wrapper .right{
		width:100%;
		float:none;
	}
	section.about .wrapper .right{
		padding: 40px 0 60px;
	}
	section.about .wrapper .right>.inner{
		position:static;
		transform:translateY(0);
		width: auto;
		margin:0 12px;
	}
	section.about .wrapper .right>.inner img{
		display: block;
		margin:0 auto;
	}
	section.about .wrapper .right>.inner h3{
		font-size: 20px;
		text-align:center;
	}
	section.about .wrapper .right>.inner h3::after{
		height:3px;
		margin:2% auto;
	}
	section.about .wrapper .right >.inner .detail a{
		margin-left: auto;
		margin-right: auto;
	}
	section.about .wrapper .right >.inner .detail div.con{
		margin-top: 30px;
	}
	section.about .wrapper .right >.inner .detail div.more{
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	section.customer .listc{
		margin-left: 12px;
		margin-right: 12px;
	}
	section.customer .listc li{
		width:23%;
		height:80px;
	}
	section.news .listn{
		margin-left: 12px;
		margin-right: 12px;
	}
	section.news .listn ul{
		margin:0 -10px;
	}
	section.news .listn ul li{
		padding: 0 10px;
	}
	section.news .listn ul li a .detail{
		padding: 0 20px;
	}

	section.contact  .wrapper{
		margin:0 12px;
	}
}
@media screen and (max-width: 967px){
	section.banner{
		padding-top:80%;
	}
	section.business_scope .wrapper .left >.inner >img{
		height:20px;
	}
	section.business_scope .wrapper .left >.inner h3{
		text-align:center;
		margin-top:10px;
		font-size: 20px;
	}
	section.business_scope .wrapper .left >.inner h3::after{
		margin-top: 10px;
		height:3px;
	}
	section.business_scope .wrapper .left >.inner ul{
		margin-top: 20px;
	}
	section.business_scope .wrapper .left > .inner ul li a span.tit{
		font-size: 20px;
	}
	section.business_scope .wrapper .left > .inner ul li.on a span.tit{
		font-size: 20px;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	section.business_scope .wrapper .left > .inner ul li.on a span.line{
		height:2px;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	section.business_scope .wrapper .left > .inner ul li a span.en{
		font-size: 12px;
	}
	section.business_scope .wrapper .left > .inner ul li.on a span.en{
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}


	section.project .lists li {
	    margin-top: 12px;
	}
	section.project .lists li:nth-child(2) {
	    margin-top: 12px;
	}
	section.project .title img{
		height:20px;
	}
	section.project .title span{
	    margin-top: 4px;
	    font-size: 18px;
	}
	section.project .title span::after {
		height: 20px;
	    top:35px;
	}
	section.project .lists{
		margin-top: 20px;
	}
	section.project .lists li {
	    margin-top: 12px;
	}
	section.project .lists li .detail h3{
		font-size:18px;
	}
	section.project .lists li:nth-child(2){
		margin-top: 10px;
	}
	section.project .lists li .detail p{
		margin-top: 10px;
	}


	section.project{
		padding-top: 0;
	}
	section.project .wrapper{
		padding: 40px 0 60px;
	}
	section.project .wrapper .title{
		margin-top: 0;
	}

	section.about .wrapper .right > .inner img{
		height:30px;
	}

	section.customer,section.news{
		padding-top: 0;
	}
	section.customer .title img,section.news .title img,section.contact .title img{
		height:30px;
	}
	section.customer .title h3,section.news .title h3,section.contact .title h3{
		font-size: 20px;
		margin-top:10px;
	}
	section.customer .title h3::after,section.news .title h3::after,section.contact .title h3::after{
		height:2px;
		margin-top: 10px;
	}
	section.customer .listc{
		margin-top: 40px;
	}
	section.customer .listc li{
		width:48%;
	}

	section.news .wrapper{
		padding: 40px 0 50px;
	}
	section.news .listn{
		margin-top: 40px;
	}
	section.news .listn ul{
		margin:0 10px;
	}
	section.news .listn ul li{
		padding: 0;
		margin-bottom: 10px;
		width:100%;
	}
	section.news .listn ul li a .detail{
		padding: 0 20px;
	}

	section.contact .title{
		padding:50px 0;
	}
	section.contact .form .right,section.contact .form .left{
		float:none;
		width:100%;
	}
	section.contact .form .right a.submit{
		margin:20px auto;
		height:40px;
		line-height: 40px;
	}
	section.contact .form .right input{
		width:100%;
	}
	section.contact .form .left h3{
		text-align:center;
		font-size: 20px;
		margin-bottom: 10px;
	}
	section.contact .footer{
		text-align:center;
	}
	section.contact .footer .wrapper >div{
		float:none;
	}
	section.banner div.banners div.shu{
		bottom:20px;
		animation: banner1 2s linear 0s infinite;
		width: 14px;
		height: 25px;
	}

	@keyframes banner1
	{
		from {bottom: 32px;}
		to {bottom: 12px;}
	}

	@-webkit-keyframes banner /* Safari and Chrome */
	{
		from {bottom: 32px;}
		to {bottom: 12px;}
	}
}